home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib2
/
v_02_04
/
2n04018a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-01
|
266 b
|
14 lines
/*
* KEYS.H Copyright (C) 1990 by Mark R. Nelson
*
* This routine contains the constants and function prototypes needed to
* use the functions in KEYS.C
*/
#define F1 15104
#define F2 15360
#define F3 15616
#define F4 15872
int getkey( void );